home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_MacPaint / Source / shared.subproj / RCS / NeXTToMacText.h,v < prev    next >
Text File  |  1995-06-12  |  2KB  |  72 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  beta10:1.1;
  5. locks    death:1.2;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     93.04.04.23.44.43;  author death;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     93.01.10.15.08.20;  author death;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Sun Apr  4 23:44:42 PDT 1993
  27. @
  28. text
  29. @/*====================================================================
  30. This is the interface file for the NeXTToMacText class.  Full documentation for this class can be found in the NeXTToMacText.rtf file.  I will not duplicate all that fine information here.
  31.  
  32. NOTE: You may find that text doesn't line up properly unless you use the New Century Schoolbook Roman typeface, since this was created with it.
  33.  
  34. INFORMATION:
  35.     This is $Revision: 1.1 $ of this file
  36.     It was last modified by $Author: death $ on $Date: 93/01/10 15:08:20 $
  37.      $Log:    NeXTToMacText.h,v $
  38.  * Revision 1.1  93/01/10  15:08:20  death
  39.  * Sun Jan 10 15:08:20 PST 1993
  40.  * 
  41. ====================================================================*/
  42.  
  43. #import "TextConverter.h"
  44. #import "common.h"
  45.  
  46. @@interface NeXTToMacText:TextConverter
  47. {
  48.     Boolean        UseCurlyQuotes;
  49.     Character    ConvertArray[256];
  50. }
  51.  
  52. - init;
  53. - (Character) ConvertCharacter: (Character) theCharacter;
  54. - (Pointer) ConvertString: (Pointer) theData WithLength: (Integer) length;
  55. - ConvertSingleQuotes:  (Boolean) useCurlyQuotes;
  56. @@end
  57.  
  58. @
  59.  
  60.  
  61. 1.1
  62. log
  63. @Sun Jan 10 15:08:20 PST 1993
  64. @
  65. text
  66. @d7 6
  67. a12 3
  68.     This is $Revision:  $ of this file
  69.     It was last modified by $Author: death $ on $Date: 92/04/05 22:51:36 $
  70.      $Log:    $
  71. @
  72.